Extensible Stylesheet Language - определение. Что такое Extensible Stylesheet Language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Extensible Stylesheet Language - определение

XML STYLESHEET LANGUAGE FAMILY
Extensible stylesheet language; EXtensible Stylesheet Language; Xsl; XSL stylesheet; XSL stylesheets; Extensible Stylesheet Language
Найдено результатов: 7687
Extensible Stylesheet Language         
<World-Wide Web> (XSL) A standard developed by the {World Wide Web Consortium} defining a language for transforming and formatting eXtensible Markup Language">XML (eXtensible Markup Language) documents. An XSL stylesheet is written in XML and consists of instructions for tree transformation and formatting. The tree transformations describe how each XML tag relates to other data and the formatting instructions describe how to output the various types of data. http://w3.org/Style/XSL/. See also Extensible Stylesheet Language Transformations. (2005-09-30)
XSL         
XSL         
eXtensible Stylesheet Language (Reference: XML, XSL)
Extensible Stylesheet Language Transformations         
LANGUAGE FOR TRANSFORMING XML DOCUMENTS
Xslt; XSL-T; Extensible Stylesheet Language Transformations; XLST; XSLT 2.0; XML template engine; XML template processor; XSLT processor; XSL Transformation; .xsl; .xslt; XSL Transformations
<World-Wide Web> (XSLT) A W3C standard for transforming XML documents into other XML documents or other formats. This was conceived as part of XSL but has been found to have wider applications. http://w3.org/TR/xslt. (2001-10-04)
XBL         
XML-BASED MARKUP LANGUAGE
EXtensible Bindings Language; Extensible Bindings Language; XBL 2.0; XBL2; Xbl; XML Binding Language
XBL (XML Binding Language) is an XML-based markup language for altering the behavior of XUL widgets. It was devised at Netscape in the late 1990s as an extension of XUL.
XML         
MARKUP LANGUAGE BY THE W3C FOR ENCODING OF DATA
EXtensible Markup Language; Extensible markup language; Xml; .xml; XML Specification; XML document; XML vocabulary; XML tag set; XML feed; XML feeds; XML parser; DS-XML; Extended markup language; Extended Markup Language; Valid XML document; Xml parser; Web3S; Text/xml; Design Extensible Markup Language; Pull parser; Pull-style parser; Pull parsing; Start-tag; Extensible Markup Language; Extended Reference Concrete Syntax; Xml:lang; XML comment; 3dm; Dynamic XML; Criticism of XML
eXtensible Markup Language (Reference: WWW, XML)
XML         
MARKUP LANGUAGE BY THE W3C FOR ENCODING OF DATA
EXtensible Markup Language; Extensible markup language; Xml; .xml; XML Specification; XML document; XML vocabulary; XML tag set; XML feed; XML feeds; XML parser; DS-XML; Extended markup language; Extended Markup Language; Valid XML document; Xml parser; Web3S; Text/xml; Design Extensible Markup Language; Pull parser; Pull-style parser; Pull parsing; Start-tag; Extensible Markup Language; Extended Reference Concrete Syntax; Xml:lang; XML comment; 3dm; Dynamic XML; Criticism of XML
XML         
MARKUP LANGUAGE BY THE W3C FOR ENCODING OF DATA
EXtensible Markup Language; Extensible markup language; Xml; .xml; XML Specification; XML document; XML vocabulary; XML tag set; XML feed; XML feeds; XML parser; DS-XML; Extended markup language; Extended Markup Language; Valid XML document; Xml parser; Web3S; Text/xml; Design Extensible Markup Language; Pull parser; Pull-style parser; Pull parsing; Start-tag; Extensible Markup Language; Extended Reference Concrete Syntax; Xml:lang; XML comment; 3dm; Dynamic XML; Criticism of XML
¦ abbreviation Computing Extensible Markup Language.
Extensible Markup Language         
MARKUP LANGUAGE BY THE W3C FOR ENCODING OF DATA
EXtensible Markup Language; Extensible markup language; Xml; .xml; XML Specification; XML document; XML vocabulary; XML tag set; XML feed; XML feeds; XML parser; DS-XML; Extended markup language; Extended Markup Language; Valid XML document; Xml parser; Web3S; Text/xml; Design Extensible Markup Language; Pull parser; Pull-style parser; Pull parsing; Start-tag; Extensible Markup Language; Extended Reference Concrete Syntax; Xml:lang; XML comment; 3dm; Dynamic XML; Criticism of XML
<language, text> (XML) An initiative from the W3C defining an "extremely simple" dialect of SGML suitable for use on the World-Wide Web. http://w3.org/XML/. [Relationship to the XSL forthcoming subset of DSSSL?] (1997-11-20)
XSLT         
LANGUAGE FOR TRANSFORMING XML DOCUMENTS
Xslt; XSL-T; Extensible Stylesheet Language Transformations; XLST; XSLT 2.0; XML template engine; XML template processor; XSLT processor; XSL Transformation; .xsl; .xslt; XSL Transformations
eXtensible Stylesheet Language Transformations (Reference: XSL, XML)

Википедия

XSL

In computing, the term Extensible Stylesheet Language (XSL) is used to refer to a family of languages used to transform and render XML documents.

Historically, the W3C XSL Working Group produced a draft specification under the name "XSL," which eventually split into three parts:

  1. XSL Transformation (XSLT): an XML language for transforming XML documents
  2. XSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML document
  3. XML Path Language (XPath): a non-XML language used by XSLT, and also available for use in non-XSLT contexts, for addressing the parts of an XML document.

As a result, the term "XSL" is now used with a number of different meanings:

  • Sometimes it refers to XSLT: this usage is best avoided. However, "xsl" is used both as the conventional namespace prefix for the XSLT namespace, and as the conventional filename suffix for files containing XSLT stylesheet modules
  • Sometimes it refers to XSL-FO: this usage can be justified by the fact that the XSL-FO specification carries the title Extensible Stylesheet Language (XSL); however, the term XSL-FO is less likely to be misunderstood
  • Sometimes it refers to both languages considered together, or to the working group that develops both languages
  • Sometimes, especially in the Microsoft world, it refers to a now-obsolete variant of XSLT developed and shipped by Microsoft as part of MSXML before the W3C specification was finalized

This article is concerned with the various usages of the term "XSL": for details of the various languages embraced by the term, see the relevant article.